File

src/app/shared/interface/IWord.ts

Index

Properties

Properties

category
category: string
Type : string
id
id: number
Type : number
value
value: string
Type : string
export interface IWord {
    category: string,
    id: number,
    value: string
}

results matching ""

    No results matching ""